home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / high_speed.swf / scripts / DefineButton2_142 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  100 b   |  7 lines

  1. on(release){
  2.    gotoAndStop(5);
  3.    _root.car._x = 35;
  4.    _root.abc = 0;
  5.    stopAllSounds();
  6. }
  7.